Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow transform stages to detect later stages #417

Merged
merged 2 commits into from
Nov 8, 2021

Conversation

donmccurdy
Copy link
Owner

Sets .name on functions used in document.transform(...). This is optional; user-defined functions can omit the name for simplicity. Allows us to avoid needless warnings like in #399, and potentially to optimize out additional steps in some transforms when we can detect they'll happen later.

@donmccurdy donmccurdy added feature New enhancement or request package:functions labels Nov 8, 2021
@donmccurdy donmccurdy added this to the v1.1 milestone Nov 8, 2021
@donmccurdy donmccurdy force-pushed the feat-transform-pipeline-detection branch from e7b3873 to a4be03a Compare November 8, 2021 05:11
@donmccurdy donmccurdy force-pushed the feat-transform-pipeline-detection branch from a4be03a to c82cea6 Compare November 8, 2021 06:15
@donmccurdy donmccurdy merged commit 720a7c8 into main Nov 8, 2021
@donmccurdy donmccurdy deleted the feat-transform-pipeline-detection branch December 3, 2021 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New enhancement or request package:functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resampling emits unnecessary warning message
1 participant